Kanzi  3.9.8
Kanzi Engine Java API
Plugin Class Referenceabstract

Represents the abstract base class for all plugins. More...

Public Member Functions

Domain getDomain ()
 Returns the domain of the plugin. More...
 
abstract String getName ()
 Abstract method to return the name of the plugin. More...
 
abstract void registerClasses (MetaclassRegistry metaclassRegistry)
 Abstract method to register the plugin metaclasses. More...
 
void setDomain (Domain domain)
 Sets the domain of the plugin. More...
 

Detailed Description

Represents the abstract base class for all plugins.

Member Function Documentation

Domain getDomain ( )

Returns the domain of the plugin.

Returns
The plugin domain.
abstract String getName ( )
abstract

Abstract method to return the name of the plugin.

Returns
The name of the plugin.
abstract void registerClasses ( MetaclassRegistry  metaclassRegistry)
abstract

Abstract method to register the plugin metaclasses.

Parameters
metaclassRegistryThe metaclasses to register.
void setDomain ( Domain  domain)

Sets the domain of the plugin.

Parameters
domainThe domain to set.